'宣言 Public Function New( _ ByVal count As System.Integer, _ Optional ByVal partitionLength As System.Integer _ )
public C1DynamicList<T>( System.int count, System.int partitionLength )
パラメータ
- count
- The initial number of items in the collection
- partitionLength
- Specifies the length of the memory blocks used to store the items.